WeSnipp Chrome Extension
The official WeSnipp Chrome Extension
WeSnipp Chrome Extension là gì?
WeSnipp Chrome Extension là một tiện ích mở rộng Chrome được phát triển bởi http://wesnipp.com, và tính năng chính của nó là "The official WeSnipp Chrome Extension".
Ả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 WeSnipp Chrome Extension
Tải xuống các tệp mở rộng WeSnipp Chrome Extension 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
The Chrome extension WeSnipp makes adding snippet simpler. When a web page contains code (''), a button is added next. Just be clicked to add it to your snippets
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nljdgkgnlfkedbdimeiojkcllnandmke |
URL Chính Thức | https://chrome.google.com/webstore/detail/wesnipp-chrome-extension/nljdgkgnlfkedbdimeiojkcllnandmke |
Mô tả | The official WeSnipp Chrome Extension |
Kích Thước Tệp | 438 KB |
Số Lần Cài Đặt | 90 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2014-09-19 |
Ngày Phát Hành | 2014-09-19 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://wesnipp.com |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WeSnipp Chrome Extension", "description": "The official WeSnipp Chrome Extension", "version": "1.3.4", "browser_action": { "default_popup": "popup.html", "default_icon": "icon-48.png" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "storage", "contextMenus", "https:\/\/wesnipp.com\/" ], "content_security_policy": "script-src 'self' https:\/\/wesnipp.com; object-src 'self'", "externally_connectable": { "matches": [ "*:\/\/*.wesnipp.com\/*" ] }, "background": { "persistent": false, "scripts": [ "jquery.min.js", "background.js", "wesnipp.js" ] }, "content_scripts": [ { "js": [ "jquery.min.js", "wesnipp.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |