Injector
Runs your custom code snippets on any website
Injector là gì?
Injector là một tiện ích mở rộng Chrome được phát triển bởi https://neocotic.dev, và tính năng chính của nó là "Runs your custom code snippets on any website".
Ả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 Injector
Tải xuống các tệp mở rộng Injector 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
Provides quick and easy access to lots of information about the current page and environment; Allows you to create custom code snippets to be injected into any website. Injector comes with it's own editor for writing your snippets, which can be scripts or styles in the following languages: - JavaScript - CoffeeScript - CSS - LESS # Changes A complete archive of changes included in previous version can be found below; @ tmpl.at/1cLlepo # Help Desk If you have any problems with this extension or would like to give us your feedback you can do so here; @ tmpl.at/1cLlapT # Permissions For those of you that worry about these things I have constructed a breakdown of what permissions are used by this extension (even those you aren't warned about) and why; @ tmpl.at/1cLl7KA # Open Source This extension is open source and can be found on GitHub below; @ tmpl.at/1cLkYXv
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Injector |
ID | bfdonckegflhbiamlmidciapolfccmmb |
URL Chính Thức | https://chromewebstore.google.com/detail/injector/bfdonckegflhbiamlmidciapolfccmmb |
Mô tả | Runs your custom code snippets on any website |
Kích Thước Tệp | 1.53 MB |
Số Lần Cài Đặt | 4,671 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2019-03-09 |
Ngày Phát Hành | 2019-03-09 |
Đánh Giá | 4.63/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://neocotic.dev |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/neocotic/injector-chrome |
URL Trang Trợ Giúp | https://injector.uservoice.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "homepage_url": "http:\/\/neocotic.com\/injector", "default_locale": "en", "manifest_version": 2, "minimum_chrome_version": "22", "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/*.uservoice.com; object-src 'self'", "content_scripts": [ { "js": [ "js\/install.js" ], "run_at": "document_end", "matches": [ "http:\/\/*.neocotic.com\/*" ] }, { "js": [ "js\/content.js" ], "run_at": "document_idle", "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "browser_action": { "default_icon": "img\/icon-128.png", "default_title": "__MSG_name__" }, "options_page": "options.html", "permissions": [ " |