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 |
官方網址 | 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" ] } |