Anypage
Anypage is a blogging/social platform tool that allows you to gather, organize, and present multimedia internet research.
Anypageคืออะไร?
Anypage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://infomashup.com และคุณลักษณะหลักของมันคือ "Anypage is a blogging/social platform tool that allows you to gather, organize, and present multimedia internet research."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Anypage
ดาวน์โหลดไฟล์ส่วนขยาย Anypage ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enjoy automatic references and allows for precise control as you highlight text, save images, video snippets, crop screen images, and turn them all into bite sized notes. Keep things organized with unlimited folders for each project you are researching or writing about. Combine Anypage with the blogging platform at Infomashup.com and you will find that, whether you are researching for a paper, blog, your school, or you are digging into serious investigative research for personal satisfaction or public exposition, Anypage is the free solution that makes collecting research very intuitive and easy. HOW-TO VIDEO: https://www.youtube.com/watch?v=wcQJ1HgqOyc Benefits: • Create quick visual sortable notes (of your text, page highlights, images, even video). • Your online reading turns into your own referenced content. • Get satisfaction from research, as you rearrange it into illuminating perspectives on your visual investigation board. • Feel the empowerment of collecting from the internet and keeping a record of your research, and curious inquiries. • Blog or Video research made EASY. FREE Detailed Features of what you get from Anypage: • Make a note anytime on any page. • Write a note. • Notes from text highlights which include automatic quotes, references, and page links. • Image saving (with auto references). • Video clips (in youtube currently). Quickly snip sections from longer videos (with auto reference). • All notes allow user comments in them, so you can comment, or leave notes to yourself or others for later. • Group notes to any number of Projects as you go, allowing you to research your many different interests and keep organized. KNOW ISSUES: There is a minor issue with some Youtube video notes, where in the notes are saved, but video is set as not embeddable by Youtube video creator. This note saves as normal, but plays no video. We aim to release a new version quarterly, resolving any major issues of the previous version. As well, there may be some new features to look out for on a monthly release. Enjoy the product. Hope it makes your internetting time more valuable.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Anypage |
ID | anmhbeifdpdehpdeoaacmjobnhndadpi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/anypage/anmhbeifdpdehpdeoaacmjobnhndadpi |
คำอธิบาย | Anypage is a blogging/social platform tool that allows you to gather, organize, and present multimedia internet research. |
ขนาดไฟล์ | 251 KB |
จำนวนการติดตั้ง | 351 |
เวอร์ชันปัจจุบัน | 1.8.22 |
อัปเดตครั้งล่าสุด | 2022-01-01 |
วันที่เผยแพร่ | 2020-06-23 |
คะแนน | 3.69/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | https://infomashup.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://infomashup.com |
URL หน้านโยบายความเป็นส่วนตัว | https://infomashup.com/documents?p=tos |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Anypage", "description": "Anypage is a blogging\/social platform tool that allows you to gather, organize, and present multimedia internet research. ", "version": "1.8.22", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Anypage" }, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "storage", "https:\/\/infomashup.com\/*", "activeTab" ], "web_accessible_resources": [ "*.png", "*.woff" ], "background": { "persistent": false, "scripts": [ "mootools.js", "background.js" ] }, "content_scripts": [ { "css": [ "css.css" ], "js": [ "mootools.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_end", "exclude_matches": [] } ] } |