Grab the links from Tabs
Grab the links from Tabs, and classify links.
Hvad er Grab the links from Tabs?
Grab the links from Tabs er en Chrome-udvidelse udviklet af kendo, og dens hovedfunktion er "Grab the links from Tabs, and classify links.".
Udvidelsesskærmbilleder
Download Grab the links from Tabs-udvidelses-CRX-fil
Download Grab the links from Tabs-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
Grab the links from Tabs, and classify links. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | homfaipfcodjimccjlbhadfgkbndlkkg |
| Officiel URL | https://chromewebstore.google.com/detail/grab-the-links-from-tabs/homfaipfcodjimccjlbhadfgkbndlkkg |
| Beskrivelse | Grab the links from Tabs, and classify links. |
| Filstørrelse | 16.55 KB |
| Antal Installationer | 101 |
| Nuværende Version | 1.707 |
| Senest Opdateret | 2012-08-07 |
| Udgivelsesdato | 2012-08-07 |
| Bedømmelse | 4.00/5 Samlet 1 Bedømmelser |
| Udvikler | kendo |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Grab the links from Tabs",
"version": "1.707",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"web_accessible_resources": [
"new.js",
"can.png"
],
"browser_action": {
"name": "Grab",
"default_icon": "icon.jpg"
}
} | |