Il Webmaster 21
Cerca, trova o chiedi
Il Webmaster 21란 무엇입니까?
Il Webmaster 21은(는) https://www.ilwebmaster21.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cerca, trova o chiedi"입니다.
확장 프로그램 스크린샷
Il Webmaster 21 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ricerca rapida nel sito, visita li ultimi articoli pubblicati, aggiornati e grazie alle notifiche non ti perderai neanche un articolo!
확장 프로그램 기본 정보
이름 | |
ID | dglopjbfmeckdnlobgdhecafogddacld |
공식 URL | https://chrome.google.com/webstore/detail/il-webmaster-21/dglopjbfmeckdnlobgdhecafogddacld |
설명 | Cerca, trova o chiedi |
파일 크기 | 244 KB |
설치 횟수 | 472 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2017-05-19 |
출시 날짜 | 2017-01-19 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | https://www.ilwebmaster21.com |
결제 유형 | free |
지원되는 언어 | de,en,fr,es,it,sk,cs,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Il Webmaster 21", "description": "Cerca, trova o chiedi", "default_locale": "it", "version": "2.1.0", "background": { "page": "background.html" }, "options_page": "options.html", "browser_action": { "default_icon": "images\/ico19.png", "default_title": "", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/*.twitter.com https:\/\/*.google.com https:\/\/*.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "cookies", "management", "notifications" ], "optional_permissions": [ "background" ], "icons": { "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" }, "web_accessible_resources": [ "images\/ico48.png" ] } |