Save All Tab URLs
Get the raw URLs of all your open tabs!
Hvad er Save All Tab URLs?
Save All Tab URLs er en Chrome-udvidelse udviklet af Erisa A, og dens hovedfunktion er "Get the raw URLs of all your open tabs!".
Udvidelsesskærmbilleder
Download Save All Tab URLs-udvidelses-CRX-fil
Download Save All Tab URLs-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
When clicked, this extension shows all the URLs of your open tabs in a convenient way for you to copy/paste and save wherever you want, allowing you to re-visit all the open tabs you had the last time you used your browser! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
| Officiel URL | https://chromewebstore.google.com/detail/save-all-tab-urls/bgjfbcjoaghcfdhnnnnaofkjbnelkkcm |
| Beskrivelse | Get the raw URLs of all your open tabs! |
| Filstørrelse | 13.36 KB |
| Antal Installationer | 1,851 |
| Nuværende Version | 0.1.4 |
| Senest Opdateret | 2019-10-14 |
| Udgivelsesdato | 2019-10-13 |
| Bedømmelse | 5.00/5 Samlet 5 Bedømmelser |
| Udvikler | Erisa A |
| [email protected] | |
| Betalingsmetode | free |
| URL til Fortrolighedspolitik Side | https://erisa.uk/privacy |
| Understøttede Sprog | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Save All Tab URLs",
"description": "Get the raw URLs of all your open tabs!",
"version": "0.1.4",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"256": "icons\/logo-256.png"
},
"browser_action": {
"default_icon": {
"48": "icons\/logo-48.png",
"96": "icons\/logo-96.png",
"256": "icons\/logo-256.png"
}
},
"permissions": [
"tabs"
]
} | |