Urler
Url pikcup utilities
什么是Urler?
Urler是由ahomu开发的Chrome扩展程序,该扩展的主要功能是“Url pikcup utilities”。
扩展截图
下载Urler扩展crx文件
下载Urler扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
# 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 扩展基本信息
| 名称 | |
| ID | eihihfjgohgnddfnbclochbeljojmgge |
| 官方URL | https://chrome.google.com/webstore/detail/urler/eihihfjgohgnddfnbclochbeljojmgge |
| 简介 | Url pikcup utilities |
| 文件大小 | 26.51 KB |
| 安装次数 | 29 |
| 当前版本 | 0.1.1 |
| 更新时间 | 2015-06-28 |
| 上架时间 | 2015-06-28 |
| 开发者 | ahomu |
| 付费类型 | free |
| 扩展官网 | https://github.com/ahomu/Urler |
| 帮助页面URL | https://github.com/ahomu/Urler/issues |
| 支持的语言 | 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:\/\/*\/*"
]
} | |