Bookmarkletifier
Allows editing bookmarklets
Bookmarkletifier क्या है?
Bookmarkletifier Mihai Alexandru Bîrsan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows editing bookmarklets"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bookmarkletifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |