Bookmarkletifier
Allows editing bookmarklets
Qu'est-ce que Bookmarkletifier ?
Bookmarkletifier est une extension Chrome développée par Mihai Alexandru Bîrsan, et sa fonction principale est "Allows editing bookmarklets".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bookmarkletifier
Téléchargez les fichiers d'extension Bookmarkletifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Facilitates editing bookmarklets in Chrome. This extension scans your bookmarks and displays only the bookmarklets. Featuring the ACE code editor written in JavaScript. From Wikipedia: A bookmarklet is a script written in JavaScript and stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. The term is a portmanteau of the terms bookmark and applet.
Informations de Base sur l'Extension
Nom | Bookmarkletifier |
ID | niljkabdebfjgebpddbejeoahhdfmphk |
URL Officiel | https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk |
Description | Allows editing bookmarklets |
Taille du Fichier | 712 KB |
Nombre d'Installations | 232 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2012-10-09 |
Date de Publication | 2012-10-08 |
Évaluation | 3.88/5 Total 8 Évaluations |
Développeur | Mihai Alexandru Bîrsan |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarkletifier", "version": "0.1", "manifest_version": 2, "description": "Allows editing bookmarklets", "icons": { "16": "bookmarkletifier-icon-16.png", "48": "bookmarkletifier-icon-48.png", "128": "bookmarkletifier-icon-128.png" }, "browser_action": { "default_icon": "bookmarkletifier-icon-48.png", "default_title": "Bookmarkletifier" }, "options_page": "bookmarkletifier.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "bookmarks" ] } |