Urler
Url pikcup utilities
Urler là gì?
Urler là một tiện ích mở rộng Chrome được phát triển bởi ahomu, và tính năng chính của nó là "Url pikcup utilities".
Ả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 Urler
Tải xuống các tệp mở rộng Urler 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
# Urler - Chrome Extension **This extension is currently beta**  ## Feature - Copy current tab's url - Copy all open tab urls - Open `` - Open `` - Open `` - Open `` - Open `` - Open [Facebook Debugger](https://developers.facebook.com/tools/debug/) with current tab's url - Open [Structured Data Testing Tool](https://developers.google.com/structured-data/testing-tool/) with current tab's url ## Images - [Squarespace Logo — Squarespace](http://www.squarespace.com/logo/) -Popup icons made by Google from www.flaticon.com is licensed by CC BY 3.0
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eihihfjgohgnddfnbclochbeljojmgge |
URL Chính Thức | https://chrome.google.com/webstore/detail/urler/eihihfjgohgnddfnbclochbeljojmgge |
Mô tả | Url pikcup utilities |
Kích Thước Tệp | 26.51 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 0.1.1 |
Cập Nhật Lần Cuối | 2015-06-28 |
Ngày Phát Hành | 2015-06-28 |
Nhà Phát Triển | ahomu |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/ahomu/Urler |
URL Trang Trợ Giúp | https://github.com/ahomu/Urler/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.1.1", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Urler", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "styles\/contentscript.css" ], "js": [ "scripts\/contentscript.js" ], "run_at": "document_start", "all_frames": false } ], "permissions": [ "clipboardRead", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |