Circlemarkr
G+のユーザーにマークを付けます
Circlemarkr란 무엇입니까?
Circlemarkr은(는) nobu에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "G+のユーザーにマークを付けます"입니다.
확장 프로그램 스크린샷
Circlemarkr 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
サクリサクラレのマークを表示するChrome拡張です。 表示するマークは任意に変更できますが、初期設定では以下のマークを表示させます。 - ♥:両想い - ◀:片思い - ▶:... - ★:自分 - ●:指定ユーザー - ✓:指定サークル
확장 프로그램 기본 정보
이름 | Circlemarkr |
ID | allgnpeakaokfkooimkglcpnnfeoceol |
공식 URL | https://chromewebstore.google.com/detail/circlemarkr/allgnpeakaokfkooimkglcpnnfeoceol |
설명 | G+のユーザーにマークを付けます |
파일 크기 | 198 KB |
설치 횟수 | 279 |
현재 버전 | 5.1.4 |
최근 업데이트 | 2013-07-16 |
출시 날짜 | 2013-07-16 |
평점 | 4.50/5 총 16 개의 평점 |
개발자 | nobu |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://plus.google.com/b/112102646198561777507/ |
도움말 페이지 URL | https://plus.google.com/b/112102646198561777507/ |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Circlemarkr", "version": "5.1.4", "description": "G+\u306e\u30e6\u30fc\u30b6\u30fc\u306b\u30de\u30fc\u30af\u3092\u4ed8\u3051\u307e\u3059", "homepage_url": "https:\/\/plus.google.com\/b\/112102646198561777507\/", "options_page": "options.html", "background": { "page": "background.html", "persistent": false }, "icons": { "128": "icon128.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-1.8.3.min.js", "config.js", "Circlemarkr.js" ], "matches": [ "https:\/\/plus.google.com\/*" ], "all_frames": true } ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "storage", "https:\/\/plus.google.com\/*", "https:\/\/ssl.google-analytics.com\/*", "tabs", "alarms", "webNavigation" ], "manifest_version": 2 } |