About this page
Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search.
About this page란 무엇입니까?
About this page은(는) about-this-page-chrome-extension에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search."입니다.
확장 프로그램 스크린샷
About this page 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Next time you visit a page and wonder if it’s reliable, this information literacy tool from Google Search can help you decide for yourself. Find out who’s behind a page and what other sources say about the topic, all in one place. About this page makes it easy to follow expert-recommended best practices for evaluating information, based on research from the University of Washington and Stanford’s Civic Online Reasoning Curriculum. It can help anyone who wants to feel more confident in their ability to evaluate information and is especially helpful for students and teachers to practice thinking critically about the content they come across online. To use, click the About This Page icon on any web page or right-click and select “About this page” from the menu.
확장 프로그램 기본 정보
이름 | |
ID | okdoinklheibpndjnjgnggnakobnhhpe |
공식 URL | https://chromewebstore.google.com/detail/about-this-page/okdoinklheibpndjnjgnggnakobnhhpe |
설명 | Find out who’s behind a page and what other sources say about a topic with this information literacy tool from Google Search. |
파일 크기 | 23.69 KB |
설치 횟수 | 121 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2023-05-05 |
출시 날짜 | 2023-05-02 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | about-this-page-chrome-extension |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "manifest_version": 3, "name": "About this page", "description": "Find out who\u2019s behind a page and what other sources say about a topic with this information literacy tool from Google Search.", "version": "0.1.0", "author": { "email": "[email protected]" }, "action": { "default_icon": { "16": "icon_16.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "default_title": "About this page - Learn about the source & topic" }, "background": { "service_worker": "background.js" }, "icons": { "32": "icon_32.png", "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "permissions": [ "contextMenus", "tabs" ], "incognito": "spanning", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |