Pin Last Tab
Make the last tab pinned
Vad är Pin Last Tab?
Pin Last Tab är en Chrome-tillägg utvecklad av ayayael12, och dess huvudfunktion är "Make the last tab pinned".
Tilläggsskärmbilder
Ladda ner Pin Last Tab-förlängningens CRX-fil
Ladda ner Pin Last Tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Use the context menu to pin the last tab Grundläggande Information om Tillägg
| Namn | |
| ID | lmhacemfmaapnkiehojbhmclmdnhjhfn |
| Officiell webbadress | https://chromewebstore.google.com/detail/pin-last-tab/lmhacemfmaapnkiehojbhmclmdnhjhfn |
| Beskrivning | Make the last tab pinned |
| Filstorlek | 11.71 KB |
| Antal Installationer | 13,219 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2015-03-13 |
| Publiceringsdatum | 2015-03-13 |
| Betyg | 4.00/5 Totalt 4 Betyg |
| Utvecklare | ayayael12 |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"description": "Make the last tab pinned",
"version": "0.1",
"name": "Pin Last Tab",
"permissions": [
"tabs",
"contextMenus",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"resource\/script\/pinLast.js"
]
},
"icons": {
"16": "resource\/images\/icon-16.png",
"48": "resource\/images\/icon-48.png",
"128": "resource\/images\/icon-128.png"
}
} | |