Urler
Url pikcup utilities
Cos'è Urler?
Urler è un'estensione di Chrome sviluppata da ahomu, e la sua funzione principale è "Url pikcup utilities".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Urler
Scarica i file di estensione Urler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
# 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 Informazioni di Base sull'Estensione
| Nome | |
| ID | eihihfjgohgnddfnbclochbeljojmgge |
| URL Ufficiale | https://chrome.google.com/webstore/detail/urler/eihihfjgohgnddfnbclochbeljojmgge |
| Descrizione | Url pikcup utilities |
| Dimensione del File | 26.51 KB |
| Conteggio Installazioni | 29 |
| Versione Corrente | 0.1.1 |
| Ultimo Aggiornamento | 2015-06-28 |
| Data di Pubblicazione | 2015-06-28 |
| Sviluppatore | ahomu |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/ahomu/Urler |
| URL della Pagina di Aiuto | https://github.com/ahomu/Urler/issues |
| Lingue Supportate | 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:\/\/*\/*"
]
} | |