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:\/\/*\/*"
]
} | |