Bookmarklet IDE
An IDE used for creating / managing bookmarklets
Bookmarklet IDE là gì?
Bookmarklet IDE là một tiện ích mở rộng Chrome được phát triển bởi https://ddavison.io, và tính năng chính của nó là "An IDE used for creating / managing 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 Bookmarklet IDE
Tải xuống các tệp mở rộng Bookmarklet IDE 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
Create and manage your bookmarklets with ease. Find a bookmarklet online? Add it to the IDE easily by right clicking the snippet and adding it to the IDE. The IDE uses a bookmarklet folder in your Chrome bookmarks, so you still have full control. The bookmarklet IDE is also themeable.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarklet IDE |
ID | peebnjhlifoemfpcffdlbcdppmikglek |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarklet-ide/peebnjhlifoemfpcffdlbcdppmikglek |
Mô tả | An IDE used for creating / managing bookmarklets |
Kích Thước Tệp | 852 KB |
Số Lần Cài Đặt | 384 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2022-04-06 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 4.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://ddavison.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ddavison/chrome-bookmarklet-ide |
URL Trang Trợ Giúp | https://github.com/ddavison/chrome-bookmarklet-ide/issues |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarklet IDE", "short_name": "IDE for Bookmarklets", "description": "An IDE used for creating \/ managing bookmarklets", "author": "ddavison", "homepage_url": "https:\/\/github.com\/ddavison\/chrome-bookmarklet-ide", "version": "1.4.1", "manifest_version": 2, "browser_action": { "default_title": "Bookmarklet IDE", "default_popup": "popup.html", "default_icon": { "512": "assets\/images\/ide-logo-512.png", "128": "assets\/images\/ide-logo-128.png", "48": "assets\/images\/ide-logo-32.png", "24": "assets\/images\/ide-logo-24.png", "16": "assets\/images\/ide-logo-16.png" } }, "background": { "scripts": [ "assets\/js\/constant.js" ] }, "options_ui": { "chrome_style": true, "page": "options.html" }, "offline_enabled": true, "permissions": [ "bookmarks", "storage", "contextMenus" ], "icons": { "512": "assets\/images\/ide-logo-512.png", "128": "assets\/images\/ide-logo-128.png", "48": "assets\/images\/ide-logo-32.png", "24": "assets\/images\/ide-logo-24.png", "16": "assets\/images\/ide-logo-16.png" } } |