Bookmarkletifier
Allows editing bookmarklets
什么是Bookmarkletifier?
Bookmarkletifier是由Mihai Alexandru Bîrsan开发的Chrome扩展程序,该扩展的主要功能是“Allows editing bookmarklets”。
扩展截图
下载Bookmarkletifier扩展crx文件
下载Bookmarkletifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Bookmarkletifier |
ID | niljkabdebfjgebpddbejeoahhdfmphk |
官方URL | https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk |
简介 | Allows editing bookmarklets |
文件大小 | 712 KB |
安装次数 | 232 |
当前版本 | 0.1 |
更新时间 | 2012-10-09 |
上架时间 | 2012-10-08 |
评分 | 3.88/5 共8次评分 |
开发者 | Mihai Alexandru Bîrsan |
付费类型 | free |
支持的语言 | 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" ] } |