Code Monkey home page Code Monkey logo

extensionizr's People

Contributors

altryne avatar blairanderson avatar camsong avatar erwanjegouzo avatar fanquake avatar gasp avatar izhan avatar mathrobin avatar mitulp91 avatar musically-ut avatar ronnyo avatar verekia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extensionizr's Issues

Mistake

2 - Fine tuning -> Misc addons -> Add jQuery 1.8.3 -> Hint: Add jquery 1.7.2 :D

JSON Error while uploading

_locales/en/messages.json:72:1: a object must end with '}'.

GIves me this error while uploading the extension to chrome. What do I do?

@2x icon support

Add 38 x 38 retina icon support in manifest.json

"default_icon": {
    "19": "icons/icon19.png",
    "38": "icons/icon38.png"
} ,

Add sandbox (perhaps with GA implementation)

Manifest v2 doesn't allow loading Google Analytics, and sandboxing+messaging is hard. Let's simplify that by offering a built in GA integration. Maybe even ask for the UA-XXXXXXX and inject it inside?

"Chrome extensions" are actually "WebExtensions"

Some places still call these extensions "Chrome extension", while actually they are cross-browser WebExtensions (or, if you want, "browser extensions") now.

So you may better change the name. πŸ˜ƒ

Detach repo

Can you please detach this repo from the not related fork?

You can this either do it manually or – which I recommend – just contact the GitHub support to do it for you.

This…

  1. shows that this is a real maintained project and not just a repo of someone who (once) made a pull request
  2. linking to the original repo on every page does not make sense anymore as it has been discontinued/is not maintained anymore and you…
  3. can (and IMHO should) still link to the original repo/website/author/… for crediting them, but you can do so in better ways (in the Readme, wiki or so)
  4. allows searching in this repo on GitHub and
  5. it just looks much nicer

Submission Upon Chrome Extension Store Issue

When trying to publish a extension to the Chrome store, I receive the following message:

An error occurred: Cannot parse message.json file from uploaded package.

Suggestions on this? I tried removing the comments..

Resolved When zipping the extension for submission, make sure you zip the exact plugin contents into the zip rather than the plugin folder.

Download not working, returning me to top of page

When I set these options, the download button does not work and I just get popped up to the top of the page. Am I setting something wrong here? I looked at the console log but see no errors that seem relevant. Tried it in multiple browsers too, but using Opera primarily.

image

inject.js doesn't work out of the box due to commented out var settings in background.js

To reproduce I did this:
Choose Browser Action type -> set Inject JS option -> download generated extension

Install and navigate to a webpage

Expectation: I should see the console.log output that's in inject.js when inspecting the JS console
What happens: I get nothing. If I inspect the background page for the extension, I see:
Error in event handler for 'undefined': settings is not defined ReferenceError: settings is not defined
at chrome-extension://aiilchjmdfnekkomdpeakbamnbimfjge/src/bg/background.js:12:18
at chrome.Event.dispatchToListener (event_bindings:387:21)
at chrome.Event.dispatch_ (event_bindings:373:27)
at chrome.Event.dispatch (event_bindings:393:17)
at miscellaneous_bindings:165:35
at chrome.Event.dispatchToListener (event_bindings:387:21)
at chrome.Event.dispatch_ (event_bindings:373:27)
at chrome.Event.dispatch (event_bindings:393:17)
at Object.chromeHidden.Port.dispatchOnMessage (miscellaneous_bindings:253:22)

This is due to this at the very top of background.js:
// var settings = new Store("settings", {
// "sample_setting": "This is how you use Store.js to remember values"
// });

Easy fix: Un-comment-out var settings so it can be referenced.

Download Not Working

When trying to download the starter code it does not work for the extension. Are you getting this error?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.