Favicon counter for Google+
Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab.
Favicon counter for Google+란 무엇입니까?
Favicon counter for Google+은(는) https://kupriyanov.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab."입니다.
확장 프로그램 스크린샷
Favicon counter for Google+ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Keep an eye on the Google+ stream and never miss another breaking news in again, even while browsing in other tabs. v0.0.20: added new icon
확장 프로그램 기본 정보
이름 | Favicon counter for Google+ |
ID | noogdbofibkpjbipamihpfenckclpahj |
공식 URL | https://chromewebstore.google.com/detail/favicon-counter-for-googl/noogdbofibkpjbipamihpfenckclpahj |
설명 | Displays the current number of new (unread) posts in the Google+ stream on the favicon of the Google+ tab. |
파일 크기 | 172 KB |
설치 횟수 | 10 |
현재 버전 | 0.0.20 |
최근 업데이트 | 2015-09-19 |
출시 날짜 | 2015-09-19 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://kupriyanov.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://google.com/+MishaMKupriyanov |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.20", "manifest_version": 2, "description": "__MSG_appDescription__", "icons": { "48": "images\/icon-48.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "css": [ "styles\/main.css" ], "js": [ "scripts\/GPlusCounter.js", "bower_components\/mkfavcount\/favcount.js", "scripts\/contentscript.js" ], "run_at": "document_end", "all_frames": false } ], "permissions": [ "tabs", "http:\/\/plus.google.com\/*", "https:\/\/plus.google.com\/*" ], "content_security_policy": "script-src 'self' https:\/\/plus.google.com https:\/\/ssl.google-analytics.com; object-src 'self'", "web_accessible_resources": [ "\/images\/faviconr3.ico" ] } |