Bookmarkletifier
Allows editing bookmarklets
¿Qué es Bookmarkletifier?
Bookmarkletifier es una extensión de Chrome desarrollada por Mihai Alexandru Bîrsan, y su función principal es "Allows editing bookmarklets".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bookmarkletifier
Descarga archivos de extensión Bookmarkletifier en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Bookmarkletifier |
ID | niljkabdebfjgebpddbejeoahhdfmphk |
URL Oficial | https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk |
Descripción | Allows editing bookmarklets |
Tamaño del Archivo | 712 KB |
Cantidad de Instalaciones | 232 |
Versión Actual | 0.1 |
Última Actualización | 2012-10-09 |
Fecha de Publicación | 2012-10-08 |
Calificación | 3.88/5 Total de 8 Calificaciones |
Desarrollador | Mihai Alexandru Bîrsan |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } |