Bookmarkletifier
Allows editing bookmarklets
Bookmarkletifier là gì?
Bookmarkletifier là một tiện ích mở rộng Chrome được phát triển bởi Mihai Alexandru Bîrsan, và tính năng chính của nó là "Allows editing bookmarklets".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarkletifier
Tải xuống các tệp mở rộng Bookmarkletifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarkletifier |
ID | niljkabdebfjgebpddbejeoahhdfmphk |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarkletifier/niljkabdebfjgebpddbejeoahhdfmphk |
Mô tả | Allows editing bookmarklets |
Kích Thước Tệp | 712 KB |
Số Lần Cài Đặt | 232 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2012-10-09 |
Ngày Phát Hành | 2012-10-08 |
Đánh Giá | 3.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Mihai Alexandru Bîrsan |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |