ato-ichinen
Activeにしている間、Google検索結果を1年以内のものに限定します。
ato-ichinen란 무엇입니까?
ato-ichinen은(는) https://blog.amazedkoumei.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activeにしている間、Google検索結果を1年以内のものに限定します。"입니다.
확장 프로그램 스크린샷
ato-ichinen 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Activeにしている間、Google検索結果を1年以内のものに限定します。 Active、非Activeはアイコンをクリックすることで切り替えられます。 本ExtensionはGitHub上で開発をおこなっており、随時PullRequestを受け付けております。 GitHub: https://github.com/amazedkoumei/chrome-ext-ato-ichinen 変更履歴 --------------------------------------- 2012.05.07 v0.1.1 新規公開 2012.07.01 v0.1.4 Google検索結果画面でのON/OFF切替時に自動リロード 2014.08.15 v0.1.5 新しい Google 検索結果画面に対応。thx @shimoju https://github.com/shimoju
확장 프로그램 기본 정보
이름 | ato-ichinen |
ID | pojaolkbbklmcifckclknpolncdmbaph |
공식 URL | https://chromewebstore.google.com/detail/ato-ichinen/pojaolkbbklmcifckclknpolncdmbaph |
설명 | Activeにしている間、Google検索結果を1年以内のものに限定します。 |
파일 크기 | 43.78 KB |
설치 횟수 | 52,400 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2014-08-15 |
출시 날짜 | 2014-08-15 |
평점 | 4.29/5 총 24 개의 평점 |
개발자 | https://blog.amazedkoumei.com |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ato-ichinen", "version": "0.1.5", "manifest_version": 2, "description": "Active\u306b\u3057\u3066\u3044\u308b\u9593\u3001Google\u691c\u7d22\u7d50\u679c\u30921\u5e74\u4ee5\u5185\u306e\u3082\u306e\u306b\u9650\u5b9a\u3057\u307e\u3059\u3002", "background": { "page": "background\/background.html" }, "browser_action": { "default_icon": "icon\/icon-19-off.png", "default_title": "ato-ichinen" }, "permissions": [ "tabs" ], "icons": { "128": "icon\/icon-128.png" } } |