DJ Khaled Paster
Copies DJ Khaled quotes to your clipboard
Co to jest DJ Khaled Paster?
DJ Khaled Paster to rozszerzenie Chrome opracowane przez Krish Masand, a jego główną funkcją jest „Copies DJ Khaled quotes to your clipboard”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia DJ Khaled Paster
Pobierz pliki rozszerzeń DJ Khaled Paster w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Copies DJ Khaled quotes to your clipboard Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | akcheflefokkinocniickdplcmamdbjb |
| Oficjalny URL | https://chrome.google.com/webstore/detail/dj-khaled-paster/akcheflefokkinocniickdplcmamdbjb |
| Opis | Copies DJ Khaled quotes to your clipboard |
| Rozmiar pliku | 34.13 KB |
| Liczba instalacji | 32 |
| Aktualna Wersja | 1.0.0 |
| Ostatnia Aktualizacja | 2015-12-21 |
| Data Publikacji | 2015-12-21 |
| Ocena | 5.00/5 Łącznie 4 Oceny |
| Deweloper | Krish Masand |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DJ Khaled Paster",
"version": "1.0.0",
"description": "Copies DJ Khaled quotes to your clipboard",
"background": {
"persistent": true,
"page": "background.html"
},
"browser_action": {
"default_icon": "icon128.png",
"default_title": "Jaden"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"tabs",
"notifications",
"clipboardWrite"
],
"commands": {
"Paste": {
"suggested_key": {
"default": "Ctrl+Shift+1"
},
"description": "Paste Shortcut",
"global": true
}
}
} | |