ato-ichinen
Activeにしている間、Google検索結果を1年以内のものに限定します。
ato-ichinenคืออะไร?
ato-ichinen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blog.amazedkoumei.com และคุณลักษณะหลักของมันคือ "Activeにしている間、Google検索結果を1年以内のものに限定します。"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ato-ichinen
ดาวน์โหลดไฟล์ส่วนขยาย ato-ichinen ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| 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"
}
} | |